home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / hypercrd / xcmds / dvlprstc.hqx / Developer Stack 1.3r / card_21937.txt < prev    next >
Text File  |  1991-04-30  |  1KB  |  50 lines

  1. -- card: 21937 from stack: in.3r
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 3837
  5. -- name: LastOffset
  6.  
  7.  
  8. -- part contents for background part 10
  9. ----- text -----
  10. 44
  11.  
  12. -- part contents for background part 5
  13. ----- text -----
  14. LastOffset
  15.  
  16. -- part contents for background part 6
  17. ----- text -----
  18. This is an XFCN that will search for the last occurance of a character in a string of characters and return its position. If it is not found, it will return -1.
  19.  
  20. Unlike HyperCard's offset command, which returns the first found position, LastOffset returns the last found position.
  21.  
  22. This is free. All I ask is to be notified of any suggestions or bugs found, and a credit line if you use it in released stacks. C source available on request.
  23.  
  24. Copyright 1988. All rights reserved.
  25. Dwight Mayo
  26. GEnie, MacNet - DMAYO
  27. Compuserve - 76257,3303
  28.  
  29.  
  30.  
  31. -- part contents for background part 7
  32. ----- text -----
  33. Syntax:
  34.  
  35. LastOffset(<Value>,< CompareChar>)
  36.  
  37. Value can be any string characters. 
  38.  
  39. CompareChar:  is the character that you want to get the position of. You can only supply a single character, and it is case sensitive.
  40.  
  41.  
  42. This function will return -1, if CompareChar is not found in Value
  43.  
  44.  
  45.  
  46.  
  47.  
  48. -- part contents for background part 27
  49. ----- text -----
  50. XFCN